JMFrameResume
Passes a resume event to a frame.
OSStatus JMFrameResume ( JMFrameRef frame, Boolean resume);
frame
- The frame to receive the resume event.
resume
- A Boolean value. If
resume
is true, the process associated with the frame is brought to the foreground; ifresume
is false, the process is sent to the background.- function result
- A result code. See "JManager Result Codes" (page 69) for a list of result codes that JManager may return in this field.
DISCUSSION
The resume event means that the frame becomes part of the running foreground process. When a client application receives a resume event, it must notify all its associated frames.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help